home *** CD-ROM | disk | FTP | other *** search
-
-
-
- pppptttthhhhrrrreeeeaaaadddd____eeeexxxxiiiitttt((((3333PPPP)))) pppptttthhhhrrrreeeeaaaadddd____eeeexxxxiiiitttt((((3333PPPP))))
-
-
-
- NNNNAAAAMMMMEEEE
- pthread_exit - terminate the calling thread
-
- CCCC SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<pppptttthhhhrrrreeeeaaaadddd....hhhh>>>>
-
- vvvvooooiiiidddd pppptttthhhhrrrreeeeaaaadddd____eeeexxxxiiiitttt((((vvvvooooiiiidddd ****rrrreeeettttvvvvaaaallll))));;;;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _p_t_h_r_e_a_d__e_x_i_t() function terminates the calling thread. If the thread
- is not detached, then the value _r_e_t_v_a_l may be retrieved by
- _p_t_h_r_e_a_d__j_o_i_n(). If a thread returns from its start function [see
- _p_t_h_r_e_a_d__c_r_e_a_t_e()] it acts as if it had called _p_t_h_r_e_a_d__e_x_i_t() with _r_e_t_v_a_l
- as the value returned. A thread implicitly exits when it acts on a
- cancellation request [see _p_t_h_r_e_a_d__c_a_n_c_e_l()].
-
- When a thread exits it pops and executes any cancellation handlers which
- are still active [see _p_t_h_r_e_a_d__c_l_e_a_n_u_p__p_u_s_h()]. Following the handlers,
- per-thread data is destroyed by invoking the destructor function for any
- non-zero thread specific values associated with active keys [see
- _p_t_h_r_e_a_d__k_e_y__c_r_e_a_t_e()].
-
- When the last thread terminates the process exits with a zero status
- value.
-
- DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
- No value is returned by _p_t_h_r_e_a_d__e_x_i_t().
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- pthread_create(3P), pthread_join(3P), pthread_cancel(3P),
- pthread_cleanup_push(3P), pthread_key_create(3P).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-